home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / zarnak / zarnac2.dxr / 00001_start movie.ls next >
Encoding:
Text File  |  1996-12-06  |  326 b   |  21 lines

  1. on startMovie
  2.   global leaveNow
  3.   set leaveNow to 0
  4.   set the exitLock to 1
  5. end
  6.  
  7. on finishMovie
  8.   global myWindow
  9.   if objectp(myWindow) then
  10.     forget(myWindow)
  11.   end if
  12.   set the visible of sprite 48 to 1
  13.   puppetSprite(48, 0)
  14.   puppetSound(0)
  15.   sound stop 1
  16.   sound stop 2
  17.   updateStage()
  18.   continue()
  19.   updateStage()
  20. end
  21.